docs: Add documentation for Phase 2 SSH config options#53
Merged
Conversation
Update all documentation files to reflect the new certificate authentication and advanced port forwarding options added in PR #52: Certificate Authentication Options: - CertificateFile: SSH certificate files for PKI auth (max 100) - CASignatureAlgorithms: CA signature algorithms (max 50) - HostbasedAuthentication: Enable/disable host-based auth - HostbasedAcceptedAlgorithms: Accepted algorithms (max 50) Port Forwarding Control Options: - GatewayPorts: Control remote forwarding (yes/no/clientspecified) - ExitOnForwardFailure: Terminate on forwarding failure - PermitRemoteOpen: Allowed forwarding destinations (max 1000) Files Updated: - docs/man/bssh.1: Added SSH CONFIGURATION OPTIONS section - README.md: Added SSH Configuration Support section with examples - CHANGELOG.md: Updated Unreleased section with Phase 2 features - ARCHITECTURE.md: Added Supported SSH Configuration Options subsection All security features, limits, and best practices are documented. Examples demonstrate real-world usage scenarios.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Comprehensive documentation update for the new SSH configuration options added in PR #52.
Documentation Updates
Files Modified
New Options Documented
Certificate Authentication Options:
CertificateFile- SSH certificate files for PKI authentication (max 100)CASignatureAlgorithms- CA signature algorithms for certificate validation (max 50)HostbasedAuthentication- Enable/disable host-based authenticationHostbasedAcceptedAlgorithms- Accepted algorithms for host-based auth (max 50)Port Forwarding Control Options:
GatewayPorts- Control remote port forwarding (yes/no/clientspecified)ExitOnForwardFailure- Terminate connection on forwarding failurePermitRemoteOpen- Allowed destinations for remote forwarding (max 1000)Examples Included
Security Features Documented
Related Issue
Testing
User Impact
Users can now: